RequestLoadingEventType
import { RequestLoadingEventType } from "@hyper-fetch/core"
Description
Defined in managers/request/request.manager.types.ts:4
Preview
type RequestLoadingEventType = {
isOffline: boolean;
isRetry: boolean;
loading: boolean;
queueKey: string;
requestId: string;
}
Structure
{
isOffline: boolean;
isRetry: boolean;
loading: boolean;
queueKey: string;
requestId: string;
}